NevronOpenVision
Nevron.Nov.Editors Namespace / NMeasurePropertyEditor<TMeasure> Class
Fields Properties Methods Events


In This Topic
    NMeasurePropertyEditor<TMeasure> Class Members
    In This Topic

    The following tables list the members exposed by NMeasurePropertyEditor<TMeasure>.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the Maximum property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Minimum property.  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NMeasurePropertyEditor.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Steps property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Units property.  
    Top
    Protected Fields
     NameDescription
    Protected FieldThe maximums for the different units.  
    Protected FieldThe measure up down of the property editor.  
    Protected FieldThe minimums for the different units.  
    Protected FieldThe steps for the different units.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the maximum value for each unit  
    Public PropertyGets or sets the minimum value for each unit  
    Public PropertyGets or sets the steps for each unit  
    Public PropertyGets or sets the units of this property editor.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets the edited node's measurement unit.  
    Protected PropertyGets the edited node's numeric value.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Overriden to create the value control.  
    Protected MethodGets the default maximum  
    Protected MethodGets the default minimum  
    Protected MethodGets the default steps  
    Internal Methodstatic (Shared in Visual Basic)  
    Protected MethodCalled when the Maximum property has changed.  
    Protected MethodCalled to update the edited node's value when the unit of the measure up/down has changed.  
    Protected MethodCalled to update the edited node's value when the value of the measure up/down has changed.  
    Protected MethodCalled when the Minimum property has changed.  
    Protected MethodCalled when the sptes property has changed.  
    Protected MethodOverridden. Overriden to update this property editor from its edited node.  
    Internal Methodstatic (Shared in Visual Basic)  
    Top
    See Also